home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000235_Petri_member@newsguy.com_Tue Apr 20 15:51:35 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!panix!news.maxwell.syr.edu!logbridge.uoregon.edu!pln-w!spln!dex!extra.newsguy.com!newsp.newsguy.com!drn
  2. From: Petri <Petri_member@newsguy.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Running kermit from within glftpd
  5. Date: 20 Apr 2004 12:19:51 -0700
  6. Organization: Newsguy News Service [http://newsguy.com]
  7. Lines: 29
  8. Message-ID: <c63t4n0v0d@drn.newsguy.com>
  9. References: <c61fv402ovm@drn.newsguy.com> <m1y8or8iss.gnus@usa.net> <c63ahj022do@drn.newsguy.com> <KXahc.24803$mX.7955553@twister.nyc.rr.com> <slrnc8ag45.8v3.fdc@sesame.cc.columbia.edu> <40854371.4070504@nyc.rr.com>
  10. NNTP-Posting-Host: p-097.newsdawg.com
  11. X-Newsreader: Direct Read News 4.20
  12. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14952
  13.  
  14. In article <40854371.4070504@nyc.rr.com>, Jeffrey Altman says...
  15. > In some ways, you can compare what Petri is doing with C-Kermit
  16. > to the EDI services provided by IBM's Information Exchange
  17. > Service which also uses FTP protocol with AUTH TLS coupled with
  18. > SITE commands to provide a secure user interface to back-end
  19. > operations.
  20.  
  21. It sounds like rocket science when you say it... :)
  22.  
  23. I have solved it now, with help from a fellow admin.
  24. I was looking for tool similar to filemon.exe for Windows from Sysinternals, or
  25. SnoopDos on Amiga, and I was told there is in fact something called strace on
  26. Linux.
  27. So I ran 'chroot /glftpd strace kermit', and noticed that kermit never searched
  28. /usr/kerberos/lib for libkrb* files.
  29. I had to add that path into ld.so.conf and run ldconfig afterwards inside the
  30. jail.
  31. There was also a /etc/krb5.conf that had to be copied into the jail.
  32.  
  33. And that was it.
  34. I tested against localhost, which also required /etc/hosts.
  35.  
  36. Unix helps them who help themselves, right? :)
  37.  
  38. Thanks again for your help and patience!
  39.  
  40.  
  41. Petri
  42.